body {
    margin: 0px;
    padding: 0px;
    background: rgb(0, 0, 0);
}

html,
body,
.owl-carousel,
.luxury-property {
    height: 100%;
}

#load-section {}

.register-your-interest {
    padding: 50px 0px;
}

img,
a,
button,
input,
textarea {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out;
    background-color: transparent !important;
    box-shadow: transparent 0px 0px 0px 1000px inset !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.67) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out;
    background-color: transparent !important;
    box-shadow: transparent 0px 0px 0px 1000px inset !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.67) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.lead-popup-message {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.51);
    backdrop-filter: blur(10px);
}

.lead-popup-content {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 50px 40px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    min-width: 320px;
    max-width: 90%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 20px;
    color: rgb(255, 255, 255);
}

.lead-popup-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}

.lead-popup-content p {
    margin: 0px 0px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
}

.vh {
    min-height: 100vh;
}

#fullscreen-loader {
    position: fixed;
    inset: 0px;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.49);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;
    margin: auto;
}

#fullscreen-loader .spinner {
    width: 50px;
    height: 50px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(0, 0, 0) rgb(204, 204, 204) rgb(204, 204, 204);
    border-image: initial;
    border-radius: 50%;
    animation: 1s linear 0s infinite normal none running spin;
    margin-bottom: 15px;
}

#fullscreen-loader p {
    font-size: 16px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.image-auto {
    max-width: 100%;
    height: auto;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: rgb(0, 0, 0);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.img {
    background-position: center center !important;
    background-size: cover !important;
}

.custom-btn,
.custom-btn-2,
.custom-btn-full-width,
.custom-btn-full-width-mobile {
    display: inline-block;
    padding: 13px 35px;
    background-image: url("");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: 0.3s ease-in-out;
    letter-spacing: 0.5px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 450;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    background-color: transparent !important;
}

.custom-btn,
.custom-btn-2 {}

.custom-btn-full-width {
    padding: 15px 0px;
    width: 100%;
}

.xmark {
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgb(53, 53, 53);
    border: 1px solid rgb(255, 255, 255);
    transition: border 0.3s;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    cursor: pointer;
}

.xmark i {
    color: rgb(255, 255, 255);
}

.xmark:hover {
    border: 4px solid rgb(255, 255, 255);
}

.btn-border {
    border: 1px solid rgba(181, 181, 181, 0.8);
}

.main-popup {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    flex-flow: wrap;
    color: rgb(255, 255, 255);
    align-content: center;
    display: none;
}

.call-popup {
    display: none;
}

.main-popup-box {
    width: 70%;
    margin: 0px auto;
}

.main-popup h2 {
    font-size: 25px;
    font-weight: 100;
}

.main-popup h2 b {
    font-weight: 500;
}

.xmark {
    position: absolute;
    right: 30px;
    top: 30px;
}

.hide {
    display: none;
}

.text-1 {}

.main-bg-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.main-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-bg-video.fixed {
    position: fixed;
}

.text-center {
    text-align: center;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0px;
    padding: 0px;
    clip: rect(0px, 0px, 0px, 0px);
    overflow: hidden;
    white-space: nowrap;
}

.lcp-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}

.lcp-desktop {
    display: block;
}

.lcp-mobile {
    display: none;
}

@media (max-width: 767px) {
    .lcp-desktop {
        display: none;
    }

    .lcp-mobile {
        display: block;
    }
}

.call-popup-1 p a {
    font-weight: 500;
    font-size: 20px;
    text-align: right;
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-bottom: 47px;
    display: block;
}

.call-popup-1 {
    text-align: right;
    padding: 0px 0px 0px 80px;
}

.call-popup .custom-btn {
    font-size: 12px;
    padding: 15px 0px;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

.call-popup-2 {
    padding: 0px 80px 0px 0px;
}

.call-popup-2 button.custom-btn {
    margin-top: 30px;
}

.lead-in-popup .call-popup-1-box {
    display: none;
}

.call-popup-2 h2 {
    display: none;
}

.lead-in-popup .call-popup-2 h2 {
    display: block;
}

.video-call .main-popup-box {
    background-color: rgba(0, 0, 0, 0.38);
    padding: 30px 20px 40px;
}

.video-call h2 {
    font-size: 36px;
    text-align: center;
    margin: 0px 0px 30px;
}

.video-call-calendar * {
    background: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255) !important;
}

.bvcm_time_slot {
    border-radius: 10px;
    padding: 5px 10px;
    cursor: pointer;
    color: white;
    border: 1px solid rgba(225, 225, 225, 0.22);
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
}

.time-slot-heading {
    border: 1px solid rgb(228, 225, 225);
    border-radius: 4px;
    color: white;
    padding: 5px 20px;
    margin-bottom: 5px;
}

.time-slot-heading {
    border: 1px solid rgb(228, 225, 225);
    border-radius: 4px;
    color: white;
    padding: 5px 20px;
    margin: 56px 0px 10px;
}

.bvcm_time_slots {
    height: 258px;
    overflow-y: overlay;
    margin-top: 8px;
    border: 1px solid rgb(228, 225, 225);
    border-radius: 4px;
    padding: 10px;
}

.video-call-gmt {
    font-size: 12px;
    margin: 36px 0px 5px;
}

.bvcm_lead_two_submit {
    margin-top: 15px;
}

.bvcm_time_slot.selected {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.bvcm_lead_two_meet_type.selected {
    background-color: rgb(127, 127, 127) !important;
    color: white;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    background: rgba(230, 230, 230, 0);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: rgba(86, 159, 247, 0);
    border-color: rgb(255, 255, 255);
}

.flatpickr-day.today {
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}

.flatpickr-innerContainer {
    justify-content: center;
}

.flatpickr-calendar.inline {
    width: 100%;
}

.video-call-calendar option {
    background: rgb(0, 0, 0) !important;
}

.numInputWrapper span.arrowUp,
.numInputWrapper span.arrowDown {
    display: none;
}

.mobile-menu {
    top: 0px;
    position: fixed;
    width: 50%;
    left: -50%;
    transition: 1s;
    z-index: 101;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(16px);
    box-shadow: rgba(0, 0, 0, 0.604) 0px 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0px 30px 40px;
}

.mobile-menu-active {
    left: 0px !important;
}

.main-header-logo .main-header-left {}

.mobile-menu::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    height: 160px;
    width: 4px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.48);
}

.mobile-menu-logo img {
    display: none;
}

.mobile-menu-active::after {
    right: 0px;
}

.mobile-menu ul li a {
    text-decoration: none;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.mobile-menu ul li a.active {
    color: rgb(255, 255, 255);
}

.mobile-menu ul li ul {
    display: none;
}

.mobile-menu ul li ul {
    margin: 19px 0px 0px;
}

.mobile-menu ul li ul li a {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.main-menu {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}

.main-menu li {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    padding: 0px 0px 30px;
    list-style: none;
}

.mobile-menu.mobile-menu-active-li li {
    opacity: 1;
    transform: translateX(0px);
}

.mobile-menu-active-li li:nth-child(1) {
    transition-delay: 0.1s;
}

.mobile-menu-active-li li:nth-child(2) {
    transition-delay: 0.2s;
}

.mobile-menu-active-li li:nth-child(3) {
    transition-delay: 0.3s;
}

.mobile-menu-active-li li:nth-child(4) {
    transition-delay: 0.4s;
}

.mobile-menu-active-li li:nth-child(5) {
    transition-delay: 0.5s;
}

.mobile-menu-active-li li:nth-child(6) {
    transition-delay: 0.6s;
}

.mobile-menu-active-li li:nth-child(7) {
    transition-delay: 0.7s;
}

.mobile-menu-active-li li:nth-child(8) {
    transition-delay: 0.8s;
}

.mobile-menu-active-li li:nth-child(9) {
    transition-delay: 0.9s;
}

.mobile-menu-active-li li:nth-child(10) {
    transition-delay: 1s;
}

.mobile-menu-active-li li:nth-child(11) {
    transition-delay: 1.1s;
}

.menu-icon {
    width: 38px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    top: 8px;
}

.menu-icon span {
    width: 100%;
    height: 3px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    transition: 0.5s ease-in-out;
}

.menu-icon span:first-child {
    top: 1px;
}

.menu-icon.menu-active span:last-child {
    bottom: 12px;
}

.menu-icon.menu-active span:first-child {
    transform: translateY(10px) rotate(135deg);
}

.menu-icon.menu-active span:last-child {
    transform: translateY(-10px) rotate(-135deg);
}

.main-header {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    z-index: 999;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    padding: 20px 0px;
}

.main-header:not(.main-header-action) {
    transform: translateY(-100px);
    opacity: 0;
}

.main-header-action .main-header-left {}

.main-header-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.search-icon i {
    font-size: 30px;
    color: rgb(255, 255, 255);
}

.search-icon {
    margin: 2px 40px 0px 0px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.search-pop-up {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    display: none;
}

.search-pop-up-content {
    width: 90%;
    position: relative;
    left: 5%;
    padding: 105px 0px;
    text-align: center;
    background: transparent;
    border-radius: 0px 0px 16px 16px;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 15px;
    overflow: hidden;
    backdrop-filter: blur(15px);
    color: rgb(255, 255, 255);
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    z-index: 10;
}

.search-pop-up-content::before {
    content: "";
    position: absolute;
    inset: 0px;
    backdrop-filter: blur(15px);
    z-index: 0;
}

.search-pop-up-content h3 {
    font-size: 3vw;
    color: rgb(255, 255, 255);
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin: 0px 0px 20px;
}

.search-pop-up-content h3 b {
    font-weight: 600;
}

.search-pop-up-content a {
    font-size: 21px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 40px 20px 0px;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 2;
}

.search-pop-up .xmark {
    position: absolute;
    right: 30px;
    top: 20px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    cursor: pointer;
    z-index: 10000;
}

.luxury-properties,
.luxury-properties * {
    height: 100%;
}

.luxury-property {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.luxury-properties {
    position: relative;
}

.luxury-property h2 {
    color: rgb(255, 255, 255);
    font-size: 1.8em;
    font-weight: 100;
    text-transform: uppercase;
}

.luxury-property h2 b {
    font-weight: 500;
}

.luxury-property-zoom-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: scale(1.2);
    transition: transform 1.5s ease-out;
    z-index: -1;
}

.luxury-property h2,
.luxury-property a {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.luxury-property-slide-active h2,
.luxury-property-slide-active a {
    opacity: 1;
    transform: translateY(0px);
}

.luxury-property-slide-active .luxury-property-zoom-image {
    transform: scale(1);
}

.luxury-property h2 {
    height: auto;
    position: absolute;
    top: 60px;
    margin: 0px;
}

.luxury-property a {
    height: auto;
    position: absolute;
    bottom: 70px;
}

.luxury-property-arrow-left,
.luxury-property-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    height: auto;
    color: rgb(255, 255, 255);
    font-size: 75px;
}

.luxury-property-arrow-left {
    left: 8%;
}

.luxury-property-arrow-right {
    right: 8%;
}

.background-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.background-video video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desktop-video,
.mobile-video {
    display: none;
}

.project-slider .owl-carousel .animated {
    animation-duration: 3s !important;
}

.project-slider .owl-carousel .owl-stage {
    cursor: default !important;
}

.project-slider .disabled {
    pointer-events: none;
    opacity: 0.5;
}

.project-slider-text h2,
.project-slider-text h3 {
    transform: translateX(-1200px);
    transition: transform 1s;
}

.project-slider-text h4 {
    transform: translateX(-1200px);
    transition: transform 1.5s;
}

.project-slider-text a {
    transform: translateX(-1200px);
    transition: transform 1.8s;
}

.project-bg-owl-carousel,
.project-bg-owl-carousel * {
    height: 100vh;
}

.project-slide-active h2,
.project-slide-active h3,
.project-slide-active h4,
.project-slide-active a {
    transform: translateX(0px);
}

.project-slider-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    left: 0px;
    right: 0px;
}

.project-slider {
    position: relative;
}

.project-slider-area {
    position: relative;
}

.project-slider-arrow-left,
.project-slider-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 65px;
}

.project-slider-arrow-left {
    left: -80px;
}

.project-slider-arrow-right {
    right: -95px;
}

.project-slider-text {
    display: none;
}

.project-slider-text h2 {
    line-height: 50px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0px;
}

.project-slider-text h3 {
    line-height: 50px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0px;
}

.project-slider-text h4 {
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.project-slider-text h3 {
    font-weight: 500;
}

.project-slider-text-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(255, 255, 255);
    text-align: center;
}

.psti-0 {
    display: block;
}

.awards {
    height: 100%;
}

.awards {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}

.awards .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.award-fade-element {
    opacity: 0;
    transform: translateY(-900px);
    transition: opacity 0.6s, transform 0.6s;
}

.award-fade-element-up-side {
    opacity: 0;
    transform: translateY(900px);
    transition: opacity 0.6s, transform 0.6s;
}

.award-fade-in {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.award-heading {
    margin-bottom: 10%;
}

.award-heading {
    opacity: 0;
    transform: translateY(-200px);
    transition: opacity 1.5s, transform 1.5s;
    font-size: 48px;
    color: rgb(255, 255, 255);
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
}

.award-heading b {
    font-weight: 500;
}

.award-heading.heading-fade-in {
    opacity: 1;
    transform: translateY(0px);
}

.awards {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
    overflow: hidden;
}

.awards .container {
    position: relative;
    z-index: 2;
}

.award-heading b {
    font-weight: 500;
}

.branded-slider {
    height: 100%;
    display: flex;
    place-content: space-around space-evenly;
    flex-direction: column;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
}

.branded-slider-container {
    position: relative;
    height: 560px;
    overflow: hidden;
}

.branded-slide {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.branded-slide.branded-active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.branded-slider h2 {
    font-size: 2.2rem;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(-200px);
    transition: opacity 1.5s, transform 1.5s;
}

h2.branded-heading-active {
    opacity: 1;
    transform: translateY(0px);
}

.branded-slider h2 b {
    font-weight: 500;
}

.branded-slider h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 50px;
    font-weight: 400;
}

.branded-slider h4 {
    font-size: 0.98rem;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 300;
}

.branded-previous,
.branded-next {
    position: absolute;
    top: 56%;
    transform: translateY(-60%);
    cursor: pointer;
    z-index: 1;
    font-size: 90px;
    color: rgb(255, 255, 255);
    bottom: 90px;
}

.branded-previous i,
.branded-next i {
    font-size: 50px;
}

.branded-slider-area {
    position: relative;
}

.branded-previous {
    right: -60px;
}

.branded-next {
    left: -60px;
}

.branded-next img,
.branded-previous img {
    width: 17px;
}

.branded-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
}

.branded-slide-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.branded-slide-zoom-image {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center center;
    transform: scale(1.3);
    transition: transform 1.5s ease-out;
    z-index: -1;
}

.branded-zoom-branded-active {
    transform: scale(1);
}

.branded-active .branded-slide-zoom-image {
    transform: scale(1);
}

.branded-inactive .branded-slide-zoom-image {
    transform: scale(1.3);
}

.branded-slider .owl-theme .owl-dots .owl-dot span {
    background: url("https://binghattiweb.imgix.net/radio-button%20checked.png") center center / contain no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 0px;
    opacity: 1;
}

.branded-slider .owl-dot.active {
    opacity: 0.5;
}

.management {
    display: flex;
    color: rgb(255, 255, 255);
    overflow: hidden;
}

.management,
.management .container,
.management .row,
.management .col-lg-7,
.management .col-lg-5,
.management-2,
.management-1 {}

.management-1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.management-1 img {}

.management-2-text h1 {
    font-size: 2.7rem;
    line-height: 1.3;
    font-weight: 100;
    margin-bottom: 40px;
}

.management-2-text h1 b {
    font-weight: 600;
}

.management-2-text p {
    margin: 0px;
    font-size: 15px;
    font-family: "Jost", sans-serif !important;
    line-height: 29px;
}

.management-2-text p b {
    font-weight: 700;
}

.management-right .management-2-text {
    padding: 0px 0px 0px 40px;
}

.management .col-lg-7 {
    display: flex;
    align-items: center;
}

.management {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-top: 100px;
}

.scroll-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.management::after {
    content: "";
    display: block;
    clear: both;
}

.management {
    position: relative;
    z-index: 10;
    background: rgb(0, 0, 0);
}

.scroll-container {
    position: relative;
    z-index: 5;
}

.hss-5 .horizontal-scroll-contant {
    width: 60%;
}

.hss-7 .horizontal-scroll-contant {
    width: 50%;
}

.horizontal-scroll.hss-10 h3 {
    margin-bottom: 5px;
}

.horizontal-scroll.hss-10 .horizontal-scroll-breaking {
    margin: 0px auto;
}

.horizontal-scroll-animated {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 2s ease-out, transform 2s ease-out;
}

.horizontal-scroll-animated.animated {
    opacity: 1 !important;
    transform: translateX(0px) !important;
}

.section {
    height: 100vh;
    display: flex;
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    text-align: center;
}

.scroll-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.horizontal-scroll-wrapper {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
}

.horizontal-scroll {
    flex: 0 0 50vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}

.horizontal-scroll-date {
    position: absolute;
    left: 0px;
    bottom: 20px;
    transform: translateX(558px);
    z-index: 1;
}

.horizontal-scroll-contant {
    width: 50%;
}

.horizontal-scroll-date img {
    max-width: 500px;
}

.horizontal-scroll-contant img {
    max-width: 100%;
    margin-bottom: 40px;
}

.horizontal-scroll p {
    font-weight: 300;
    line-height: 27px;
    font-size: 18px;
    text-align: left;
    letter-spacing: 1px;
}

.horizontal-scroll.hss-10 p,
.horizontal-scroll.hss-11 p,
.horizontal-scroll.hss-13 p,
.horizontal-scroll.hss-15 p {
    text-align: center;
}

.horizontal-scroll h2 {
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    margin: 0px;
}

.horizontal-scroll h3 {
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px;
}

.horizontal-scroll video {
    height: 100%;
    width: auto;
}

.horizontal-scroll-breaking-logo img {
    width: 25%;
}

.horizontal-scroll-breaking {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    max-width: 670px;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1;
}

.horizontal-scroll-breaking-logo {
    display: flex;
    justify-content: space-between;
    margin: 60px 0px;
}

.forging-new-left {
    width: 65%;
    overflow: hidden;
}

.forging-new-right {
    width: 35%;
}

section.forging-new {
    display: flex;
    overflow: hidden;
    height: 100%;
    color: rgb(255, 255, 255);
}

.forging-new-left video {
    height: 100%;
    width: auto;
}

.forging-new-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.forging-new-right-content {
    width: 85%;
}

.forging-new-right-content h1 {
    font-size: 32px;
    letter-spacing: 0.6px;
    text-align: left;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.forging-new-right-content h1 b {
    display: block;
    font-weight: 600;
}

.forging-new-right-content p {
    line-height: 27px;
    font-size: 18px;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 100;
}

.forging-new-mobile-content-area h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 30px;
}

.forging-new-mobile-content-area h1 b {
    font-weight: 600;
}

.forging-new-mobile-content-area p {
    font-size: 14px;
    width: 100%;
    letter-spacing: 1px;
}

.contact-list {
    position: fixed;
    bottom: 50px;
    right: 0px;
    display: flex;
    border-radius: 25px 0px 0px 25px;
    flex-direction: column;
    z-index: 98;
}

.contact-list a i {
    color: rgb(255, 255, 255);
}

.contact-list a {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    margin-bottom: 10px;
    border-radius: 25px 0px 0px 25px;
    width: 80px;
    height: 35px;
    text-align: center;
    margin-top: 0px;
    transition: transform 0.3s ease-in-out;
    line-height: 40px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-around;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    border-image: initial;
    border-right: none;
    cursor: pointer;
    text-decoration: none;
}

.contact-list a:hover {
    transform: translateX(10px);
}

.whatsapp-custom-icon {
    font-size: 21px;
}

.luxury-page .custom-btn-2 {
    bottom: 70px;
}

.project-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.project-tab-link {
    padding: 13px 30px;
    margin: 0px 10px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: white;
    height: 48px;
}

.project-tab-link:hover,
.project-tab-link.active {
    color: rgb(255, 255, 255);
    background: rgb(19, 18, 18);
}

.project-tab-content {
    position: absolute;
    width: 100%;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
    padding: 20px 0px;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s, opacity 0.5s;
}

.project-tab-content.active {
    opacity: 1;
    transform: translateX(0px);
}

.project-tab-container {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    transition: height 0.5s;
    max-width: 1000px;
}

.project-details-tab-slider-content {
    padding: 30px 0px 100px;
}

.project-details-tab-slider-arrow-right {
    right: 20px;
}

.project-details-tab-slider-arrow-left {
    left: 20px;
}

.project-details-tab-google-map {
    width: 100%;
    height: 600px;
    border: none;
    display: block;
}

.project-details-slider-tabs,
.project-details-slider-tabs * {
    height: 100%;
}

.project-details-tab-slider-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.project-details-slider-tabs {
    position: relative;
}

.project-details-tab-slider-content h2 {
    color: rgb(255, 255, 255);
    font-size: 1.8em;
    font-weight: 100;
    text-transform: uppercase;
}

.project-details-tab-slider-content h2 b {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
}

.project-details-tab-zoom-image {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center center;
    transform: scale(1.2);
    transition: transform 1.5s ease-out;
    z-index: -1;
}

.project-details-tab-slider-content h2,
.project-details-tab-slider-content a {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.8s ease-out 0.7s, transform 0.8s ease-out;
}

.project-details-tab-slide-active h2,
.project-details-tab-slide-active a {
    opacity: 1;
    transform: translateY(0px);
}

.project-details-tab-slide-active .project-details-tab-zoom-image {
    transform: scale(1);
}

.project-details-tab-slider-content h2 {
    height: auto;
    position: absolute;
    margin: 0px;
    bottom: 30px;
    font-size: 16px;
    text-align: center;
}

.project-details-tab-slider-content a {
    height: auto;
    position: absolute;
    bottom: 0px;
}

.project-details-tab-slider-arrow-left,
.project-details-tab-slider-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    height: auto;
    color: rgb(255, 255, 255);
    font-size: 75px;
}

.project-details-tab-box {
    padding: 20px 0px 0px;
}

.project-banner {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.project-banner-image {
    height: 100%;
    transform: scale(1.5);
    transition: transform 2s ease-in-out;
}

.project-banner-active .project-banner-image {
    transform: scale(1);
}

.project-banner-details {
    position: absolute;
    bottom: 0px;
    z-index: 98;
    width: 100%;
    backdrop-filter: blur(8px);
    color: rgb(255, 255, 255);
    background: rgba(15, 15, 15, 0.1);
    padding: 20px 0px;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transform: translateY(100%);
}

.project-banner-active .project-banner-details {
    transition-delay: 1.5s;
    transform: translateY(0px);
}

.project-banner-details-text h2 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px;
}

.project-banner-details-text h2 small {
    font-size: 12px;
    margin-right: 5px;
}

.project-banner-details-text-box {
    display: flex;
    flex-direction: row;
    place-content: flex-end space-between;
}

.project-banner h1 {
    position: absolute;
    top: 50px;
    z-index: 1;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 2em;
    text-transform: uppercase;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transform: translateY(50px);
    opacity: 0;
    font-weight: 100;
}

.project-banner-active h1 {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 2s;
}

.project-banner-active h1 b {
    font-weight: 500;
}

.project-details {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.project-details-slider-arrow-left,
.project-details-slider-arrow-right {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    color: rgb(255, 255, 255);
    font-size: 60px;
    cursor: pointer;
}

.project-details-slider {
    position: relative;
}

.project-details-slider-arrow-left {
    left: -70px;
}

.project-details-slider-arrow-right {
    right: -70px;
}

.project-details .disabled {
    opacity: 0.5;
    pointer-events: none;
}

.project-details-text,
.project-details-text * {
    height: 100%;
}

.project-details-content h1 {
    height: auto;
}

.project-details-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    width: fit-content;
}

.project-details-content h1 {
    letter-spacing: 2px;
    line-height: 52px;
    text-transform: uppercase;
    color: white;
    font-size: 2.1rem;
    font-weight: 100;
}

.project-details-content h1 b {
    font-weight: 500;
}

.project-details-text .owl-carousel .animated {
    animation-duration: 2s !important;
}

.project-details-download-assets ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.project-details-download-assets li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.project-details-download-assets svg {
    color: rgb(158, 158, 158);
    font-size: 40px;
    margin-right: 10px;
}

.project-details-download-assets a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    flex-grow: 1;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
}

.project-details-download-assets a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgb(54, 54, 54);
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.project-details-download-assets a:hover::after {
    background-color: rgb(255, 255, 255);
}

.project-details-download-assets a.custom-btn {
    display: inline-block;
    background: rgb(76, 175, 80);
    color: white;
    padding: 12px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    border-bottom: none;
}

.project-details-download-assets a.custom-btn:hover {
    background: rgb(46, 125, 50);
}

.project-details-download-assets-box {
    width: 50%;
    margin: 0px auto;
}

.project-details-download-assets-box a.custom-btn {
    width: 100%;
    text-align: center;
}

.mb-revolution-video-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.mb-revolution-video-main {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
}

.mb-revolution-video-container video {
    width: 100vw;
    height: 100vh;
}

.mb-revolution-content {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.mb-revolution-id {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 100;
  font-family: Montserrat, sans-serif;
}

.mb-revolution-heading {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 2% 0px;
}

.mb-revolution-heading span {
    font-size: 3rem;
    letter-spacing: 1px;
    font-weight: 100;
}

.mb-revolution-desc {
    font-size: 19px;
    width: 33rem;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 2% 0px;
    font-weight: 300;
}

@media (max-width: 480px) {
    .mb-revolution-id {
        font-size: 1.6rem;
    }

    .mb-revolution-heading,
    .mb-revolution-heading span {
        font-size: 1.6rem;
    }

    .mb-revolution-desc {
        font-size: 16px;
        width: 19rem;
    }
}

.concept-inspiration-main {
    position: relative;
    width: 100vw;
    margin-top: -40rem;
}

.mb-concept-video-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.mb-concept-video-main {
    height: 100vh;
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-concept-video-container video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}

.mb-concept-content {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.48);
    color: white;
    text-align: center;
}

.mb-concept-heading {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 2% 0px;
}

.mb-concept-heading span,
.mb-intricate-heading span {
    font-size: 3rem;
    letter-spacing: 1px;
    font-weight: 100;
}

.mb-concept-desc {
    font-size: 19px;
    width: 37rem;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 2% 0px;
    font-weight: 300;
}

@media (max-width: 480px) {
    .mb-revolution-id {
        font-size: 1.6rem;
    }

    .mb-concept-heading,
    .mb-concept-heading span,
    .mb-concept-heading span,
    .mb-intricate-heading span {
        font-size: 1.6rem;
    }

    .mb-concept-desc {
        font-size: 16px;
        width: 16rem;
    }
}

.mb-intricate-main {
    position: relative;
    width: 100vw;
    margin-top: -40rem;
}

.mb-intricate-video-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-intricate-video-container video {
    object-fit: cover;
    height: 100vh;
    width: 100vw;
}

.mb-intricate-content {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.48);
    text-align: center;
}

.mb-intricate-heading {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 2% 0px;
}

.mb-intricate-heading-span {
    font-size: 3rem;
    letter-spacing: 1px;
    font-weight: 100;
}

.mb-intricate-desc {
    font-size: 19px;
    width: 36rem;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 2% 0px;
    font-weight: 300;
}

@media (max-width: 480px) {
    .mb-revolution-id {
        font-size: 1.6rem;
    }

    .mb-intricate-heading,
    .mb-intricate-heading-span {
        font-size: 1.6rem;
    }

    .mb-intricate-desc {
        font-size: 16px;
        width: 18rem;
    }
}

.mb-complexity-main {
    position: relative;
    width: 100vw;
    margin-top: -40rem;
    height: 200vh;
}

.mb-complexity-video-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-complexity-video-container video {
    object-fit: cover;
    height: 100vh;
    width: 100vw;
}

.mb-complexity-content {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.48);
    color: white;
    text-align: center;
}

.mb-complexity-heading {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 2% 0px;
    font-weight: 100;
}

.mb-complexity-heading span {
    font-size: 3rem;
    letter-spacing: 1px;
    font-weight: 500;
}

.mb-complexity-desc {
    font-size: 19px;
    width: 40rem;
    letter-spacing: 1px;
    margin: 2% 0px;
    font-weight: 300;
    line-height: 1.4;
}

@media (max-width: 480px) {
    .mb-revolution-id {
        font-size: 1.6rem;
    }

    .mb-complexity-heading,
    .mb-complexity-heading span {
        font-size: 1.6rem;
    }

    .mb-complexity-desc {
        font-size: 16px;
        width: 18rem;
    }
}

.mb-intricate-main,
.mb-complexity-main,
.concept-inspiration-main {
    margin-top: calc(var(--vh)* -100);
}

.branded-collection-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.branded-collection-video video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desktop-video,
.mobile-video {
    display: none;
}

.branded-collection-contact {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.branded-collection-contact-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.branded-collection-contact-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branded-collection-contact-details {
    position: relative;
    text-align: center;
    color: white;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    opacity: 0;
    transition: 2s ease-in-out;
}

.branded-collection-contact-details h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 30px;
    text-align: center;
    line-height: 1.2;
    font-weight: 100;
    margin-bottom: 60px;
}

.branded-collection-contact-details h1 b {
    font-weight: 500;
}

.branded-collection-contact-details-active {
    opacity: 1;
    transform: translateY(0%);
}

.branded-360-tabs {
    position: relative;
    text-align: center;
}

.branded-360-tab {
    display: none;
    width: 100%;
    height: 100vh;
}

.branded-360-tab.active {
    display: block;
}

.branded-360-tab-btn {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
}

.branded-360-tab-btn .custom-btn {
    padding: 15px 110px;
    margin: 0px 50px;
}

.b3t-next,
.b3t-previous {
    cursor: pointer;
    font-size: 20px;
}

.branded-360-tab-btn i {
    font-size: 40px;
    color: rgb(255, 255, 255);
}

.property-search {
    color: rgb(255, 255, 255);
}

.property-search-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.property-search-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

.property-search {
    margin-top: 170px;
}

.property-search-area i {
    font-size: 30px;
}

.property-search select,
.property-result-filter select {
    padding: 13px 20px;
    background-color: rgb(27, 27, 27);
    border: 0px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    width: 220px;
    appearance: none;
}

.property-search-line {
    background-color: rgb(255, 255, 255);
    height: 20px;
    width: 2px;
}

.property-search-link {
    text-align: center;
}

.property-search h1 {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 30px;
}

.property-search-link span {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.45);
    color: rgba(255, 255, 255, 0.45);
    font-weight: 600;
    cursor: pointer;
}

.property-search-link {
    margin-bottom: 40px;
    position: relative;
    z-index: 100;
}

.property-search-link span.active {
    color: rgb(255, 255, 255);
}

.property-search-area .custom-btn {
    padding: 10px 65px;
}

.property-search h1 b {
    font-weight: 500;
}

.property-search-link>span:nth-child(3) {
    border: none;
}

.property-available-img {
    height: 100%;
    width: auto;
    background-position: center bottom !important;
    background-size: cover !important;
}

.property-available-text h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0px;
}

.property-available-text h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 400;
}

.property-available {
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
}

.property-available-text h5 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}

.property-available-text h5 a {
    color: rgb(133, 182, 255);
    padding: 10px 10px 20px 0px;
    text-underline-offset: 4px;
    margin-left: 5px;
}

.property-available-content ul {
    padding: 20px 0px;
    list-style: none;
}

.property-available-content ul li {
    margin-bottom: 6px;
}

.property-available-content ul li svg {
    margin-right: 20px;
    width: 20px;
}

.property-available-btn .cus {
    padding: 0px;
}

.property-available-btn .custom-btn {
    padding: 10px 0px;
    width: 210px;
    margin-top: 15px;
    font-size: 12px;
}

.property-result-select {
    display: flex;
    align-items: center;
    background-color: rgb(27, 27, 27);
    color: rgb(255, 255, 255);
    padding: 0px 0px 0px 20px;
    font-size: 13px;
}

.property-result-select label {
    white-space: nowrap;
}

.property-result-select select {
    font-size: 12px;
}

.property-result-select select {
    flex: 1 1 0%;
}

.property-result-select select {
    font-size: 13px;
    appearance: none;
}

select:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.property-result-filter {
    margin-bottom: 70px;
    color: rgb(255, 255, 255);
}

.property-result-filter>div label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.698);
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 15px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.property-result-select label {
    margin-top: 0px !important;
    font-size: 13px !important;
    color: rgb(255, 255, 255) !important;
}

.property-result-filter input[type="checkbox"] {
    margin-right: 10px;
    position: relative;
    top: 2px;
    flex-direction: row;
}

.property-result-filter h2 {
    font-size: 20px;
}

.price-slider {
    appearance: none;
    width: 100%;
    height: 6px;
    background: gray;
    border-radius: 3px;
    outline: none;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.price-slider::-webkit-slider-thumb {
    appearance: none;
    width: 25px;
    height: 16px;
    background: rgb(255, 255, 255);
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.price-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.price-box {
    font-size: 14px;
}

.property-result-filter-popup-icon {
    margin-left: 10px;
}

.property-result-filter-popup .xmark {
    display: none;
}

.project-details-overview {
    color: rgb(255, 255, 255);
}

.project-details-overview {
    color: rgb(255, 255, 255);
    padding: 15px 0px 0px 40px;
}

.project-details-overview h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px;
}

.project-details-tab-box h2 small {
    font-size: 16px;
    font-weight: 100;
    position: relative;
    top: -2px;
}

.project-details-overview ul {
    padding: 30px 0px 20px;
    list-style: none;
}

.project-details-overview ul li {
    margin-bottom: 10px;
}

.project-details-overview ul li svg {
    margin-right: 25px;
    width: 25px;
}

.project-details-page {
    margin-top: 130px;
}

.project-details-page h1,
.project-details-page h3 {
    text-align: center;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.project-details-page h1 {
    font-size: 2.2rem;
    font-weight: 100;
}

.project-details-page h3 {
    font-size: 16px;
    margin-bottom: 30px;
}

.project-details-page h1 b {
    font-weight: 500;
}

.project-details-overview .custom-btn {
    margin-top: 30px;
}

.bpsp-results.row {
    max-height: 1000px;
    overflow-y: scroll;
    margin-bottom: 50px;
}

.project-details-overview li {
    display: flex;
    align-items: center;
}

.checkout-details-img img {
    width: 100%;
    height: auto;
}

.checkout-details {
    margin: 170px 0px 120px;
}

.checkout-details-form {
    padding: 0px 0px 0px 40px;
}

.checkout-details-form .form-checkbox-box {
    display: flex;
    flex-flow: column wrap;
    align-content: space-around;
    margin: 30px 0px 10px;
}

.checkout-details-form .custom-btn {
    margin: 0px auto;
    display: block;
}

.heckout-details-text h3 {
    font-size: 16px;
}

.heckout-details-text {
    color: rgb(255, 255, 255);
    margin-top: 30px;
}

.heckout-details-text h4 {
    font-size: 14px;
    font-weight: 100;
}

.checkout-details-conditions {
    color: rgb(255, 255, 255);
    margin: 40px 0px 0px;
}

.checkout-details-conditions p,
.checkout-details-conditions h2 {
    text-align: center;
}

.checkout-details-conditions .form-checkbox-box {
    margin: 40px auto 0px;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    align-content: center;
}

.checkout-details-conditions p {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 30px;
}

.checkout-details-conditions p b {
    font-weight: 500;
}

.checkout-details-conditions h2 {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.08em;
}

.checkout-details-conditions .custom-btn {
    margin: 50px auto 0px;
    display: block;
    min-width: 40%;
}

.find-boutique {
    margin-top: 120px;
    color: rgb(255, 255, 255);
    margin-bottom: 40px;
}

.find-boutique h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 100;
}

.find-boutique h1 b {
    font-weight: 500;
}

.find-boutique-text {
    background-color: rgba(40, 39, 39, 0.404);
    color: rgb(255, 255, 255);
    margin-top: 10px;
    padding: 30px 0px;
    text-align: center;
    display: block;
}

.find-boutique-text h2 {
    padding-left: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
}

.find-boutique-text h3 a {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 100;
    text-decoration: none;
}

.find-boutique-text h2 a {
    text-transform: capitalize;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400;
    color: rgb(33, 150, 243);
}

.events img {}

.events h1,
.events-blog h1 {
    font-size: 2.2rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 50px;
    font-weight: 100;
}

.events h1 b,
.events-blog h1 b {
    font-weight: 500;
}

.events {
    color: rgb(255, 255, 255);
    margin: 0px;
    position: relative;
    padding: 60px 0px 0px;
}

.events h2 {
    font-size: 18px;
    text-transform: uppercase;
}

.events h3 {
    font-size: 16px;
    font-weight: 100;
}

.events h3 b {
    font-size: 18px;
    font-weight: 500;
}

.events .col-lg-4 {
    text-align: right;
}

.events-blog {
    color: rgb(255, 255, 255);
    margin: 70px 0px 0px;
}

.events-blog-item span {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.events-blog-item h4 {
    padding: 20px 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.events-blog-item-img {
    display: block;
    position: relative;
    overflow: hidden;
    height: 500px;
    min-height: 70vh;
}

.events-blog-item-img::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s;
    z-index: 1;
}

.events-blog-item-img img {
    transition: transform 0.8s;
    transform-origin: center center;
    position: relative;
    z-index: 0;
    height: 100%;
    object-fit: cover;
}

.events-blog-item-img:hover::before {
    background: rgba(0, 0, 0, 0.4);
}

.events-blog-item-img:hover img {
    transform: scale(1.1);
}

.events-blog-item {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.events-blog-arrow-left,
.events-blog-arrow-right,
.events-blog-two-arrow-left,
.events-blog-two-arrow-right,
.events-blog-three-arrow-left,
.events-blog-three-arrow-right {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    height: auto;
    color: rgb(255, 255, 255);
    font-size: 75px;
}

.events-blog-arrow-left,
.events-blog-two-arrow-left,
.events-blog-three-arrow-left {
    left: -30px;
}

.events-blog-arrow-right,
.events-blog-two-arrow-right,
.events-blog-three-arrow-right {
    right: -30px;
}

.events-blog-box {
    position: relative;
}

.events-blog-2-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.events-blog-2-text h4 {
    text-align: left;
}

.events-blog-2-date-link span {
    position: unset;
}

.events-blog-2-date-link {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}

.events-blog-2-text h4 {
    padding: 0px 30px;
    margin: 0px;
}

.events-blog-2 {
    padding: 0px 0px 100px;
}

.news-media-page .events-blog-2-text h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.events-img {
    min-height: 60vh;
    margin-bottom: 30px;
    background-position: center top !important;
    background-size: cover !important;
}

.single-event {
    color: rgb(255, 255, 255);
    margin-top: 150px;
}

.single-event-content h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    font-weight: 100;
    line-height: 60px;
    margin: 0px 0px 20px;
}

.single-event-content h1 b {
    display: block;
    font-weight: 500;
}

.single-event-content-time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    gap: 20px;
}

.single-event-content-time time {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.single-event-content-time .sep {
    font-size: 24px;
}

.single-event-content p {
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin: 60px auto;
    font-weight: 100;
}

.single-event-content {}

.single-event-content h2 {
    font-size: 28px;
    text-align: center;
}

.single-event-content a {
    color: rgb(255, 255, 255);
    font-size: 20px;
}

.single-event-content ul {
    font-size: 20px;
    line-height: 26px;
    font-weight: 100;
    padding: 0px;
}

.single-event-content img {
    margin: 0px auto;
    display: block;
}

.news-media-img {
    display: block;
    height: 370px;
    overflow: hidden;
    position: relative;
}

.news-media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.4s;
}

.news-media-img:hover img {
    transform: scale(1.1);
}

.news-media {
    margin: 150px 0px;
}

.news-media-text {
    height: 100%;
    color: rgb(255, 255, 255);
    position: relative;
    background: rgba(16, 16, 16, 0.698);
    padding: 25px 30px;
}

.news-media-text h2 {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    width: 100%;
    line-height: 24px;
    margin: 0px 0px 30px;
}

.news-media-text time {
    margin-bottom: 20px;
    display: block;
}

a.news-media-link {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: rgb(255, 255, 255);
}

.news-media-text a {
    text-decoration: none;
}

.news-media-media a {
    width: 30px;
    height: 30px;
    border: 1px solid rgb(255, 255, 255);
    line-height: 30px;
    border-radius: 100px;
    display: inline-flex;
    text-align: center;
    flex-wrap: wrap;
    place-content: center;
}

.news-media-media a svg {
    width: 15px;
    height: 15px;
}

.news-media-details {
    margin-bottom: 20px;
}

@keyframes fadeInSlide {
    0% {
        transform: translateY(-80px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.news-media h1 {
    color: rgb(255, 255, 255);
    font-size: 2.2rem;
    font-weight: 100;
    text-align: center;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(-80px);
    animation: 1s ease-in-out 2s 1 normal forwards running fadeInSlide;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.news-media-details {
    opacity: 0;
    transform: translateY(200px);
    animation: 1s ease-in-out 1s 1 normal forwards running fadeUp;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.main-footer {
    position: relative;
    overflow: hidden;
}

.main-footer,
.footer-details,
.footer-form {
    height: 100%;
}

.footer-details {
    background: rgb(0, 0, 0);
    width: 40%;
    position: absolute;
    left: 0px;
    padding: 160px 40px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(-100%);
}

.footer-form {
    position: absolute;
    right: 0px;
    width: 60%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    place-content: space-around center;
    flex-wrap: wrap;
    padding: 80px 80px 80px 40px;
    transform: translateX(100%);
}

.main-footer h2 {
    color: rgb(255, 255, 255);
    font-weight: 100;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 50px;
}

.footer-details h2 b {
    font-weight: 500;
}

.footer-links a {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    /* text-transform: capitalize; */
    text-decoration: none;
    margin: 15px 0px;
    display: inline-block;
    /* font-family: "Nunito Sans", sans-serif; */
    color: rgba(255, 255, 255, 0.6) !important;
}

.footer-links svg:hover {
    transition-duration: 0.5s;
}

.footer-links a:hover svg {
    margin-left: 5px;
    transition-duration: 0.5s;
}

.footer-links a svg {
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.form-input input {
    background: transparent;
    width: 100%;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    outline: none 0px;
    height: 60px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid white;
     font-family: Montserrat, sans-serif;
    appearance: none;
    border-radius: 0px;
    letter-spacing: 0.5px;
    padding: 0px;
    font-size: 12px !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
    margin: 0px;
}

input[type="number"] {}

input::placeholder {
    color: rgba(218, 218, 218, 0.67) !important;
    font-weight: 600;font-size: 14px;
}
textarea::placeholder{
      color: rgba(218, 218, 218, 0.67) !important;
    font-weight: 600;font-size: 14px;
}
.form-input {
    margin-bottom: 20px;
}

.with-country-code {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.with-country-code select {
    flex: 0 0 30%;
    min-width: 100px;
    background: rgba(0, 0, 0, 0);
    font-size: 18px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid white;
    border-radius: 0px;
    color: rgba(255, 255, 255, 0.67);
    font-weight: 600;
}

.with-country-code input {
    flex: 1 1 0%;
    min-width: 100px;
    font-size: 14px;
}

.with-country-code select,
.with-country-code input {
    height: 60px;
}

.with-country-code option {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.footer-form .custom-btn {
    width: 100%;
    margin-top: 50px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: transparent !important;
}

.form-checkbox-box {
    margin-top: 50px;
}

.form-checkbox label {
    color: rgb(128, 128, 128);
    font-size: 12px;
    font-weight: 400;
    margin: 0px 0px 0px 5px;
    line-height: 0;
    position: relative;
    top: -2px;
}

.form-checkbox label span {
    text-decoration: underline;
    cursor: pointer;
}

.footer-social-media {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.footer-social-media a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgb(0, 0, 0);
    border: 2px solid rgb(255, 255, 255);
    transition: border 0.3s;
    text-decoration: none;
}

.footer-social-media a i {
    color: rgb(255, 255, 255);
}

.footer-social-media a:hover {
    border: 4px solid rgb(255, 255, 255);
}

.main-footer {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.main-footer-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2s ease-in-out;
}

.project-bg-owl-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-footer-bg {
    position: absolute;
}

.main-footer-bg-zoom-in {
    transform: scale(1.3);
}

.main-footer-bg-zoom-out {
    transform: scale(1);
    transition: transform 4s ease-in-out;
}

.privacy-policy {
    color: rgb(255, 255, 255);
}

.footer-connect {
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(100%) scale(1);
    opacity: 0;
    transition: transform 2s ease-in-out, opacity 2s ease-in-out, color 2s ease-in-out;
    color: rgb(158, 158, 158);
    font-weight: 300 !important;
}

.footer-connect b {
    font-weight: 500 !important;
}

.footer-connect.active {
    color: rgb(255, 255, 255);
    opacity: 1;
    transform: translateX(-50%) translateY(-50vh) scale(1.4);
}

.footer-connect.fade-out {
    transform: translateX(-50%) translateY(-50vh) scale(0.8);
    opacity: 0;
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
}

.footer-form,
.footer-connect {}

.main-footer-active .footer-form {
    animation: 1s ease 0s 1 normal forwards running slideInRight;
}

.main-footer-active .footer-details {
    animation: 1s ease 0s 1 normal forwards running slideInLeft;
}

.footer-bottom {
    background: rgb(0, 0, 0);
    padding: 24px 85px;
    display: block;
    text-align: center;
    color: rgb(255, 255, 255);
}

.footer-bottom p {
    margin: 0px;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
}

.terms-and-conditions-result {
    overflow-y: scroll;
    height: 90vh;
    padding: 0px 20px;
}

.agreement-content {
    text-align: justify;
    color: rgb(200, 194, 194);
    line-height: 22px;
    font-weight: 100;
    font-size: 16px;
    word-spacing: 1px;
}

.terms-and-conditions-result strong {
    font-size: 22px;
    color: white;
    font-weight: 400;
    margin: 30px 0px 0px;
    display: block;
}

.terms-heading {
    font-size: 2.5rem;
    font-weight: 100;
    margin: 40px 0px 0px 40px;
}

.mercedes-benz-legal-terms .terms-heading {
    margin: 0px;
}

@media only screen and (min-width: 768px) {
    .awards .col-lg-2 {
        width: 20%;
        margin: 35px 0px;
    }

    .news-media-details>div>div:nth-child(1) {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .awards-recognitions .col-lg-2 {
        width: 20%;
    }
}

@media (min-width: 768px) {
    .awards-recognitions {
        padding: 80px 0px !important;
    }

    .awards-recognitions {
        padding: 60px 0px;
    }

    .desktop-video {
        display: block;
    }

    .property-search-area>div:nth-child(6) {
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile-video {
        display: block;
    }
}

.error {
    font-size: 12px;
    margin-top: 5px;
    color: rgb(255, 87, 34) !important;
}

.mobile-error {
    margin: -15px 0px 15px;
}

.conditions-error {
    margin: 0px 10px 10px 4px;
}

.logo img {
    width: 170px;
}

@media screen and (max-width: 1440px) {

    .main-head h2,
    .main-head h1,
    .main-head-big h2 {
        font-size: 42px;
    }
}

.main-head-big h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px !important;
    margin: auto;
    padding: 0px 0px 6px;
    position: relative;
    color: white;
    width: fit-content;
}

.dark-mode .cultivating-sec p {
    color: rgb(255, 255, 255);
}

.cultivating-sec p {
    color: rgb(163, 163, 163);
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0px;
}


.projects-block__card[data-v-566062a8] {}

.card-product[data-v-d2899318] {
    display: flex;
    flex-direction: column;
    opacity: 1;
    position: relative;
}

.card-product .swiper-slide-active img[data-v-d2899318] {
    transition: transform 0.6s ease-in-out;
}

.card-product__image[data-v-d2899318] {}

.card-product__image[data-v-d2899318],
.card-product__swiper[data-v-d2899318] {
    width: 81%;
    margin: 0 auto;
}

.projects-block__header[data-v-566062a8] {
    color: white;
}

.card-product__font--tag[data-v-d2899318] {
    color: rgba(197, 159, 79, 0.71);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
}

.card-product__font {
    color: rgb(165, 165, 165);
    font-size: 14px;
    text-align: center;
}

.card-product__info[data-v-d2899318] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-bottom: 0.625em;
}

.projects-block__cards[data-v-566062a8] {}

.card-product__image {
    filter: grayscale(100%);
    transition: 0.6s ease-in-out;
    transform: scale(1);
}

.card-product:hover .card-product__image {
    filter: grayscale(0);
    transform: scale(1.05);
}

.card-product {
    transition: 0.4s ease-in-out;
}

.card-product:hover {
    transform: translateY(-5px);
    box-shadow: rgba(123, 100, 52, 0.66) 0px 12px 25px;
}

.card-product__content {
    padding: 20px;
    text-align: center;
}

.pageBlock h5 {
    position: absolute;
    background: rgba(0, 0, 0, 0.60);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 48px;
    margin-top: 96px;

    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2px;
}

.pageBlock {
    width: 100%;
    height: 100vh;
    line-height: 100vh * 1.3;
    background-attachment: fixed;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: 100vw 100vh;
    padding-left: 125px;
    padding-right: 125px;
    -o-background-size: 100vw 100vh;
    -moz-background-size: 100vw 100vh;
    -webkit-background-size: 100vw 100vh;
}

.para {
    padding: 0px 100px;
    letter-spacing: 0.2px;
    line-height: 29px;
    font-size: 15px;
}

.company-counts-box-main:last-child .company-counts-box {
    margin-bottom: 0px;
    text-align: center;
}

.align-items-center {
    /* -webkit-box-align: center !important; */
    /* align-items: center !important; */
    text-align: center;
}

.company-counts-box .x-devider {
    /* margin-right: 40px; */
    /* margin-left: 35px; */
    height: 51px;
}

.x-devider {
    height: 100%;
    background: rgba(255, 255, 255, 0.44);
    width: 1px;
}

.company-counts-box .company-count span {
    font-size: 25px;
    line-height: 40px;
    color: rgb(255, 255, 255);
}

.company-counts-box .company-discribe {
    font-size: 13px;
    line-height: 25px;
    font-family: "Belleza", sans-serif !important;
    text-transform: uppercase;
    color: rgb(253, 253, 253);
}

@media (max-width: 576px) {
    .para {
        padding: 10px 0px !important;
    }

    .card-slide {
        margin-bottom: 25px;
    }

    .company-counts-box .x-devider {
        margin-right: 13px;
        display: none;
        margin-left: 8px;
    }a

    .company-counts-box .company-count span {
        font-size: 30px;
        line-height: 35px;

    }

    .company-counts-box {
        margin-bottom: 30px;
    }

    .texts p {
        font-size: 14px;
        line-height: 27px;
        margin: 10px 0px !important;
    }

    .h2-l-i {
        font-family: Montserrat, sans-serif;
        font-size: 18px !important;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .project-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .articles-block__header[data-v-faf4faef] {
        align-items: center;
        display: inline;
    }

    .completed-description {
        margin-top: 20px;
        line-height: 26px;
        width: auto;
        font-size: 13px;
        font-weight: 400;
        color: rgb(227 227 227) !important;
    }



}  /* NAVBAR */
                    .navbar {
                        position: sticky;
                        top: 0;
                        width: 100%;
                        background: #050505;
                        padding: 18px 0px;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        z-index: 999;
                    }

                    /* LOGO */
                    .logo img {
                        height: 55px;
                    }

                    /* MENU */
                    .nav-links {
                        display: flex;
                        gap: 40px;
                        margin-bottom: 0px;
                        list-style: none;
                    }

                    .nav-links a {
                        color: #fff;
                        text-decoration: none;
                        font-size: 14px;
                        font-weight: 500;
                        letter-spacing: 0.1px;
                        /* letter-spacing: 1px; */
                        transition: .3s;
                    }

                    .nav-links a:hover {
                        color: #f5a623;
                    }

                    /* BUTTON */
                    .back-btn {
                        padding: 10px 22px;
                        border: 1px solid #fff;
                        color: #fff;
                        /* background: linear-gradient(90deg, #936531 0%, #ae854c 25%, #cba86a 50%, #b0894f 75%, #8f612d 100%); */
                        text-decoration: none;
                        font-size: 13px;
                        letter-spacing: 1px;
                        transition: .3s;
                    }

                    .back-btn:hover {
                        background: linear-gradient(90deg, #936531 0%, #ae854c 25%, #cba86a 50%, #b0894f 75%, #8f612d 100%);
                        border: none;
                        /* background: #fff; */
                        color: #ffffff;
                    }

                    /* HAMBURGER */
                    .hamburger {
                        display: none;
                        flex-direction: column;
                        cursor: pointer;
                        gap: 5px;
                    }

                    .hamburger span {
                        width: 26px;
                        height: 2px;
                        background: #fff;
                    }

                    @media(max-width:900px) {

                        .nav-links {
                            position: fixed;
                            top: 0;
                            left: -280px;
                            /* hidden */
                            width: 260px;
                            height: 100vh;
                            background: #050505;
                            flex-direction: column;
                            align-items: flex-start;
                            gap: 30px;
                            padding: 80px 30px;
                            transition: .4s ease;
                            z-index: 1000;
                        }

                        /* when active */
                        .nav-links.active {
                            left: 0;
                        }

                        /* spacing for links */
                        .nav-links li a {
                            font-size: 15px;
                            font-weight: 500;
                        }

                        .back-btn {
                            display: none;
                        }

                        .hamburger {
                            display: flex;
                        }

                        /* optional overlay */
                        .overlay {
                            position: fixed;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: rgba(0, 0, 0, .6);
                            opacity: 0;
                            visibility: hidden;
                            transition: .4s;
                        }

                        .overlay.active {
                            opacity: 1;
                            visibility: visible;
                        }

                    }

                    @media(max-width:576px){
                        .submenu__item a{
                            font-size: 13px !important;
                        }
                    }